go/token.FileSet.mutex (field)
19 uses
go/token (current package)
position.go#L430: mutex sync.RWMutex // protects the file set
position.go#L446: s.mutex.RLock()
position.go#L448: s.mutex.RUnlock()
position.go#L471: s.mutex.Lock()
position.go#L472: defer s.mutex.Unlock()
position.go#L518: s.mutex.Lock()
position.go#L519: defer s.mutex.Unlock()
position.go#L536: s.mutex.Lock()
position.go#L537: defer s.mutex.Unlock()
position.go#L548: s.mutex.RLock()
position.go#L549: defer s.mutex.RUnlock()
position.go#L555: s.mutex.RUnlock()
position.go#L556: defer s.mutex.RLock()
position.go#L567: s.mutex.RLock()
position.go#L568: defer s.mutex.RUnlock()
serialize.go#L30: s.mutex.Lock()
serialize.go#L42: s.mutex.Unlock()
serialize.go#L51: s.mutex.Lock()
serialize.go#L66: s.mutex.Unlock()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)